; hierarchy-tests.el: keep doc string within 80 columns
authorMattias Engdegård <mattiase@acm.org>
Wed, 31 Jan 2024 16:50:30 +0000 (17:50 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 31 Jan 2024 16:55:53 +0000 (17:55 +0100)
test/lisp/emacs-lisp/hierarchy-tests.el

index 49c812edb05d4ff20abecdc4d0e92e5dc6fcac4d..3333f4014e6c133cdee1c3a052cdcfef04cccb59 100644 (file)
@@ -570,8 +570,9 @@ should fail as this function will crash."
 
 (defun hierarchy-examples-delayed--childrenfn (hier-elem)
   "Return the children of HIER-ELEM.
-Basically, feed the number, minus 1, to `hierarchy-examples-delayed--find-number'
-and then create a list of the number plus 0.0–0.9."
+Basically, feed the number, minus 1, to
+`hierarchy-examples-delayed--find-number' and then create a list of the
+number plus 0.0–0.9."
 
   (when (> hier-elem 1)
     (let ((next (hierarchy-examples-delayed--find-number (1- hier-elem))))